home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / ch08.Lingo / tutor.dcr / 00212.txt < prev    next >
Encoding:
Text File  |  1996-12-05  |  164 b   |  9 lines

  1. on prepForPlayback(SWAcast)
  2.  
  3.    if not(the moviename contains ".dcr") then exit
  4.  
  5.    set the preloadTime of member SWACast = 5
  6.  
  7.    -- the rest of the handler...
  8. end
  9.